Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin 0.0.1 -> 0.0.2 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-cbor 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-browser 0.3 -> 0.5.0 age confidence
org.junit:junit-bom (source) 5.13.2 -> 5.13.4 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.6.11 -> 2025.8.19 age confidence
io.github.oshai:kotlin-logging 7.0.7 -> 7.0.13 age confidence
io.ktor:ktor-client-websockets 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-core 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-cio 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-test-host 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-websockets 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-core 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-netty 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-websockets 3.2.1 -> 3.2.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

GradleUp/compat-patrouille (com.gradleup.compat.patrouille:compat-patrouille-gradle-plugin)

v0.0.2

2025-08-20

A few bugfixes, upgrades and ergonomics improvements. Many thanks @​OliverO2 and @​Mr3zee for their feedback in this release.

  • [NEW] Add compatPatrouilleCheckRuntimeDependencies as a lifecycle task #​23
  • [NEW] For JS and Wasm, add the KGP kotlin-stdlib instead of relying on coreLibrariesVersion #​24
  • [FIX] Make checkApiDependencies lazier #​20
  • [FIX] Fix KMP with multiple targets #​21
  • [UPGRADE] Use latest kotlin-metadata lib #​22
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-protobuf)

v1.9.0

==================

This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.

Add kotlin.time.Instant serializers

Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @​Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default InstantSerializer which uses its string representation,
or specify InstantComponentSerializer that represents instant as its components.
See details in the PR.

Other bugfixes

  • Fix resize in JsonPath (#​2995)
  • Fixed proguard rules for obfuscation to work correctly (#​2983)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2025.8.19

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.18...2025.8.19

v2025.8.18

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.17...2025.8.18

v2025.8.17

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.8.16...2025.8.17

v2025.8.16

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.15...2025.8.16

v2025.8.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.14...2025.8.15

v2025.8.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.13...2025.8.14

v2025.8.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.12...2025.8.13

v2025.8.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.11...2025.8.12

v2025.8.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.10...2025.8.11

v2025.8.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.9...2025.8.10

v2025.8.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.8...2025.8.9

v2025.8.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.7...2025.8.8

v2025.8.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.6...2025.8.7

v2025.8.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.5...2025.8.6

v2025.8.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.4...2025.8.5

v2025.8.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.3...2025.8.4

v2025.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2025.8.2...2025.8.3

v2025.8.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.1...2025.8.2

v2025.8.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.0...2025.8.1

v2025.8.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.15...2025.8.0

v2025.7.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.14...2025.7.15

v2025.7.14

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.13...2025.7.14

v2025.7.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.12...2025.7.13

v2025.7.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.11...2025.7.12

v2025.7.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.10...2025.7.11

v2025.7.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.9...2025.7.10

v2025.7.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.8...2025.7.9

v2025.7.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.7...2025.7.8

v2025.7.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.6...2025.7.7

v2025.7.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.5...2025.7.6

v2025.7.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.4...2025.7.5

v2025.7.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.3...2025.7.4

v2025.7.3

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.2...2025.7.3

v2025.7.2

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.1...2025.7.2

v2025.7.1

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.0...2025.7.1

v2025.7.0

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.6.15...2025.7.0

v2025.6.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.6.14...2025.6.15

v2025.6.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.6.13...2025.6.14

v2025.6.13

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.6.12...2025.6.13

oshai/kotlin-logging (io.github.oshai:kotlin-logging)

v7.0.13

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.12...7.0.13

v7.0.12

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.11...7.0.12

v7.0.11

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.10...7.0.11

v7.0.10

Compare Source

Full Changelog: oshai/kotlin-logging@7.0.9...7.0.10

ktorio/ktor (io.ktor:ktor-client-websockets)

v3.2.3

Published 29 July 2025

Improvements
  • Server only accepts yaml as the configuration file suffix (KTOR-8712)
  • JS / WASM error when process global is undefined (KTOR-8686)
  • DI async duplicate resolution (KTOR-8681)
Bugfixes
  • CIO: Expect 100-continue response is missing a final \r\n (KTOR-8687)
  • Intermittent "ParserException: No colon in HTTP header" when parsing multipart request (KTOR-8523)
  • Infinite loop in ByteReadChannel.readFully (KTOR-8682)
  • ShutDownUrl: The server cannot shut down since 3.2.0 (KTOR-8674)

v3.2.2

Published 14 July 2025

Improvements
  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)
Bugfixes
  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Sep 26, 2024
@renovate renovate bot requested a review from Mr3zee September 26, 2024 10:47
@renovate renovate bot force-pushed the renovate/core-non-major branch from 033fb31 to a0f274a Compare September 27, 2024 01:22
@renovate renovate bot changed the title Update Core dependencies (non-major) to v1.7.3 Update Core dependencies (non-major) Sep 27, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from eb12dc2 to 4b2ea08 Compare October 3, 2024 17:47
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from ff1c369 to caca845 Compare October 11, 2024 07:18
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 21dc628 to 7739e15 Compare October 21, 2024 17:06
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 050aa3b to bf3c238 Compare October 30, 2024 13:09
@Mr3zee Mr3zee mentioned this pull request Oct 30, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch from bf3c238 to d217b20 Compare November 3, 2024 13:24
@renovate renovate bot changed the title Update Core dependencies (non-major) Update Core dependencies (non-major) - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/core-non-major branch November 4, 2024 11:19
@renovate renovate bot restored the renovate/core-non-major branch November 5, 2024 07:04
@renovate renovate bot force-pushed the renovate/core-non-major branch 8 times, most recently from 025c4d7 to b0bebc8 Compare August 4, 2025 07:03
@renovate renovate bot force-pushed the renovate/core-non-major branch 9 times, most recently from 2f6133f to b5034ba Compare August 12, 2025 07:59
@renovate renovate bot force-pushed the renovate/core-non-major branch 9 times, most recently from c0ee31f to 8fa0b49 Compare August 20, 2025 08:27
@renovate renovate bot force-pushed the renovate/core-non-major branch 2 times, most recently from e75893a to f77cb86 Compare August 24, 2025 08:58
@renovate renovate bot force-pushed the renovate/core-non-major branch from f77cb86 to 7835320 Compare August 25, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants